home *** CD-ROM | disk | FTP | other *** search
/ Game Infinity - ECTS (UK) (Press Kit) / Game Infinity - ECTS (UK) (Press Kit).bin / data / adam-1.dxr / 00072.ls < prev    next >
Encoding:
Text File  |  2000-08-15  |  194 b   |  18 lines

  1. global cc, aaa
  2.  
  3. on mouseDown
  4.   if buttonclicked() then
  5.     gogo()
  6.   end if
  7. end
  8.  
  9. on mouseLeave
  10.   sprite(aaa).memberNum = cc
  11.   sprite(4).memberNum = 110
  12. end
  13.  
  14. on mouseEnter
  15.   aaa = 12
  16.   roll()
  17. end
  18.